github.com/gotd/td/pool.DC.max (field)

4 uses

	github.com/gotd/td/pool (current package)
		pool.go#L43: 	max int64 // immutable
		pool.go#L65: 		max:     opts.MaxOpenConnections,
		pool.go#L175: 	if c.max < 1 || c.total < c.max {